home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6647 / 6647.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2009-04-13  |  1KB  |  37 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.  
  7.         <em:name>HttpFox</em:name>
  8.         <em:id>{4093c4de-454a-4329-8aff-c6b0b123c386}</em:id>
  9.         <em:version>0.8.4</em:version>
  10.         <em:description>An HTTP analyzer addon for Firefox</em:description>
  11.         <em:creator>Martin Theimer</em:creator>
  12.         <em:homepageURL>http://code.google.com/p/httpfox/</em:homepageURL>
  13.         <em:optionsURL>chrome://httpfox/content/HttpFoxOptions.xul</em:optionsURL>
  14.         <em:iconURL>chrome://httpfox/skin/globe32.png</em:iconURL>
  15.         <!--<em:aboutURL>chrome://httpfox/content/HttpFoxAbout.xul</em:aboutURL>-->
  16.  
  17.         <em:targetApplication>
  18.             <!-- Firefox -->
  19.             <Description>
  20.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  21.                 <em:minVersion>1.5</em:minVersion>
  22.                 <em:maxVersion>3.1b3</em:maxVersion>
  23.             </Description>
  24.         </em:targetApplication>
  25.  
  26.         <!-- Flock -->
  27.         <em:targetApplication> 
  28.             <Description>
  29.                 <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
  30.                 <em:minVersion>0.7</em:minVersion>
  31.                 <em:maxVersion>1.*</em:maxVersion>
  32.             </Description>
  33.         </em:targetApplication>
  34.  
  35.     </Description>
  36.  
  37. </RDF>